SEC EDGAR Scraper avatar

SEC EDGAR Scraper

Pricing

from $5.00 / 1,000 results

Go to Apify Store
SEC EDGAR Scraper

SEC EDGAR Scraper

Extract SEC EDGAR data for US public companies by ticker or CIK: filings with links, Form 4 insider transactions (who bought or sold, shares, price) and key XBRL financials. Plus 13F institutional holdings by fund name — see what hedge funds own. No API key needed.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Sheshinmcfly

Sheshinmcfly

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Pull filings, insider trades, financials and 13F fund holdings straight from the official SEC EDGAR database — no login, no API key, no paid data provider. Give it a list of company tickers (or CIKs) and/or institutional fund names, and get clean structured JSON: recent filing history with document links, Form 4 insider transactions (who bought or sold, how many shares and at what price), key financial figures from XBRL, and the latest 13F holdings of any hedge fund or institutional manager. Built for investors, analysts, journalists and fintech apps that want primary-source data.

What data you get

Filings — recent filing history per company: form type (10-K, 10-Q, 8-K, 4, …), filing date, report date, accession number, description and a direct link to the document.

Insider transactions — parsed from Form 4 filings: insider name, relationship (director / officer + title), transaction date, transaction code (P = buy, S = sell, G = gift, A = grant, …), shares, price per share, shares owned afterward, and a link to the filing.

Financials — key figures from XBRL company facts, latest annual (10-K) values: revenue, net income, total assets, total liabilities, stockholders' equity, cash, diluted EPS and shares outstanding — each with the period end, fiscal year and source form.

13F holdings — the latest 13F-HR portfolio of any institutional manager (by fund name or CIK): report period, total portfolio value, holdings count, and each holding's issuer, CUSIP, market value, shares and put/call. See exactly what Berkshire, Scion or any hedge fund owns.

How to use

  1. Open the Actor and enter one or more Tickers or CIKs (e.g. AAPL, MSFT, NVDA).
  2. Under Data to extract, pick Filings, Insider transactions, Financials, or any combination.
  3. (Optional) Adjust how many filings / Form 4s to pull per company.
  4. Click Start. Results land in the dataset — export to JSON, CSV or Excel, or pull via the API.

Use cases

  • Follow the insiders — track Form 4 buys and sells for the companies you watch.
  • Track the hedge funds — pull 13F holdings to see what Berkshire, Scion or any manager bought and sold.
  • Fundamental research — pull revenue, net income, assets and EPS from the source, not a third party.
  • Filing monitoring — watch for new 10-K, 10-Q and 8-K filings across a watchlist.
  • Journalism & due diligence — verify figures and disclosures against the official record.
  • Fintech & dashboards — feed primary SEC data into your own product without scraping EDGAR yourself.

Input

FieldTypeDescription
tickersarrayCompany ticker symbols or CIK numbers (for filings / insider / financials).
institutionsarrayFund manager names or CIKs (e.g. Berkshire Hathaway) for latest 13F holdings.
dataTypesarrayAny of filings, insiderTransactions, financials. Default ["filings"].
maxFilingsintegerRecent filings per company (default 40).
maxInsiderFilingsintegerRecent Form 4 filings to parse per company (default 15).
proxyConfigurationobjectApify proxy settings. Datacenter works.

Output

Each dataset item is one company. Example (abridged):

{
"ticker": "AAPL",
"cik": "0000320193",
"name": "Apple Inc.",
"filings": [
{ "form": "8-K", "filingDate": "2026-05-01", "accessionNumber": "...", "url": "https://www.sec.gov/Archives/edgar/data/320193/..." }
],
"insiderTransactions": [
{ "ownerName": "LEVINSON ARTHUR D", "relationship": "Director", "transactionDate": "2026-05-27", "transactionCode": "S", "shares": 50000, "pricePerShare": 311.02, "sharesOwnedAfter": 3764576 }
],
"financials": {
"revenue": { "value": 416161000000, "periodEnd": "2025-09-27", "fiscalYear": 2025, "form": "10-K" },
"epsDiluted": { "value": 7.46, "unit": "USD/shares", "fiscalYear": 2025 }
},
"scrapedAt": "2026-06-15T00:00:00.000Z"
}

Institution (13F) records look like:

{
"recordType": "institution",
"query": "Berkshire Hathaway",
"cik": "0001067983",
"name": "BERKSHIRE HATHAWAY INC",
"reportPeriod": "2026-03-31",
"holdingsCount": 90,
"totalValue": 263095703570,
"holdings": [
{ "issuer": "APPLE INC", "cusip": "037833100", "value": 66800000000, "shares": 300000000, "putCall": null }
]
}

Performance & cost

The Actor uses SEC's official JSON/XML endpoints — no headless browser — and respects SEC's fair-access rate limit with a built-in identifying User-Agent and request pacing. Filings and financials are one request each; insider transactions fetch one Form 4 per filing, so pulling many insider filings per company takes proportionally longer.

Pricing

This Actor uses pay per result: you are charged only for the companies it returns.

What you pay forPrice
Per result (one company)$0.005

No monthly rental and no platform fees beyond your Apify plan.

Part of a financial-data toolkit — combine SEC filings with prices, calendars and dividends:

Keywords

SEC EDGAR, SEC filings, insider trading, Form 4, 13F holdings, hedge fund holdings, 10-K, 10-Q, 8-K, XBRL financials, insider transactions, company filings, EDGAR scraper, financial statements, SEC data.

Disclaimer

This Actor collects publicly available data from the U.S. Securities and Exchange Commission's EDGAR system for informational purposes only. It requires no login and accesses no private or personal data beyond what issuers publicly disclose. The output is not financial advice — always verify figures against the official filings before making decisions. The Actor respects SEC's fair-access policy (identifying User-Agent and rate limiting).